From: Juanma Barranquero Date: Wed, 18 Jul 2007 11:54:08 +0000 (+0000) Subject: (Fsetq_default): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17840 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=671eb3874873c756f968311cc57f6da680ac1795;p=emacs.git (Fsetq_default): Doc fix. --- diff --git a/src/data.c b/src/data.c index 471df20cd48..4cc35501447 100644 --- a/src/data.c +++ b/src/data.c @@ -1440,7 +1440,7 @@ More generally, you can use multiple variables and values, as in This sets each VAR's default value to the corresponding VALUE. The VALUE for the Nth VAR can refer to the new default values of previous VARs. -usage: (setq-default [VAR VALUE...]) */) +usage: (setq-default [VAR VALUE]...) */) (args) Lisp_Object args; {